Tag |
Description |
A |
Stands for anchor and specifies a hypertext link. |
ADDRESS |
Renders text as italics. See also Cite, Dfn, Em, I. |
AREA |
Specifies the shape of a "hot spot" in a client-side image map. |
B |
Renders text in boldface. See also Strong. |
BASE |
Specifies document's URL. |
BASEFONT |
Sets base font value. |
BGSOUND |
This new tag allows you to create pages with background sounds or "soundtracks." |
BLOCKQUOTE |
Sets apart a quotation in text. |
BODY |
Specifies beginning and end of document body. |
BR |
Inserts a line break. |
CAPTION |
Specifies a caption for a table and must be used within the TABLE tag. |
CENTER |
Causes subsequent text and images to be centered. |
CITE |
Renders text in italics. See also Address, Dfn, Em, I. |
CODE |
Specifies a code sample. See also Samp. |
COMMENT |
Indicates a comment. |
DD |
Specifies a definition in a definition list. |
DFN |
Renders text in italics. See also Address, Cite, Em, I. |
DIR |
Denotes a directory list. |
DL |
Denotes a definition list. |
DT |
Specifies a term in a definition list. |
EM |
Renders text in italics. See also Address, Cite, Dfn, I. |
FONT |
Changes the font. |
FORM |
Denotes a form. |
HN |
Renders text in heading style. |
HR |
Draws a horizontal rule. |
HTML |
Denotes the file is an HTML document. |
I |
Renders text in italics. See also Address, Cite, Dfn, Em. |
IMG |
Enables you to embed .avi (Audio Video Interleave) video clips in HTML pages. |
INPUT |
Specifies a form control. |
ISINDEX |
Indicates the presence of a searchable index. |
KBD |
Renders text in fixed-width and boldface type. |
LI |
Denotes one item of a list. |
LISTING |
Renders text in fixed-width type. See also Pre, Tt, Xmp. |
MAP |
Specifies a collection of hot spots for a client-side image map. |
MARQUEE |
This new tag enables you to create a scrolling text marquee. |
MENU |
Denotes a list of items. |
META |
Internet Explorer supports client pull using the META tag. |
NOBR |
Turns off line breaking. |
OL |
Draws lines of text as an ordered list. |
OPTION |
Denotes one choice in a list box. |
P |
Denotes a paragraph. |
PLAINTEXT |
Renders text in fixed-width type without processing tags. |
PRE |
Renders text in fixed-width type. See also Listing, Tt, Xmp. |
S |
Renders text in strikethrough type. |
SAMP |
Specifies a code sample. See also Code. |
SELECT |
Denotes a list box or dropdown list. |
STRIKE |
Renders text in strikethrough type. See S. |
STRONG |
Renders text in boldface. See B. |
TABLE |
IE 2.0 fully supports HTML tables according to the HTML 3.0 draft standard. |
TITLE |
Specifies a title for the document. |
TT |
Renders text in fixed-width type. See also Pre, Listing, Xmp. |
U |
Renders text underlined. |
UL |
Draws lines of text as a bulleted list. |
VAR |
Renders text as a small fixed-width font. |
WBR |
Inserts a soft linebreak in a block of NOBR text. |
XMP |
Renders text in fixed-width type. See also Listing, Pre, Tt. |